File.isReadonly

Returns whether the file is read-only. If the [property@File:location] is %NULL, returns %FALSE.

To have an up-to-date value, you must first call [method@File.check_file_on_disk].

class File
bool
isReadonly
()

Return Value

Type: bool

whether the file is read-only.

Meta